|
HTTP CONNECT
This command will connect to a new HTTP session so you can use the HTTP REQUEST DATA command to send requests and receive data back.
HTTP CONNECT URL String
URL String
String
The URL address to connect with
This command does not return a value.
http connect "www.thegamecreators.com"
action$="action=list&"
serverid$="server_id=mygame"
return$=http request data("POST", "gamehost/index.php",action$+serverid$)
if return$<>""
print return$
else
print "no data returned"
endif
http disconnect
wait key
end
FTP Commands Menu
Index
|